@import url("color.css");
@import url("font-awesome.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}

.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	overflow:hidden;
	float: right;
}
.search .key_text{
	height:40px;
	float:left;
	width:210px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:1px solid #6599FF;
	text-indent:10px;
	background:none;
	border-right: none;
}
.search .search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width:50px;
	height:40px;
	overflow:hidden;
	text-align:center;
	background: #6599FF;
	line-height: 40px;
	text-align: center;
}
.search .search_btn span,
.search .search_btn i{
	font-size: 20px;
	color: #fff;
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	width:auto;
	float: right;
	margin-left: 15px;
}
.lan span{
	display:block;
	float: left;
	margin-left: 20px;
}
.lan a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-left: 30px;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
}
.sp{
	background:url(../images/spbig.png) left center no-repeat;
	float:left;
}
.en{
	background:url(../images/en.png) left center no-repeat;
}
/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#2B2B2B;
	color:rgba(255,255,255,0.7);
}
#top_zone2 a{
	color:rgba(255,255,255,0.7);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#f9f9f9;
	border-bottom:1px solid #ccc;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
}

#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:10px;
	line-height:40px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #F38D07; */
}
#top_ewm{
	width:80px;
	float:left;
	overflow:hidden;
	text-align: center;
	margin-right: 35px;
	margin-top: 13px;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto 6px auto;
}
#header_zone{
	width:100%;
	min-width:1200px;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	background:rgba(0,0,0,0.5);
	/* border-bottom: 2px solid #0085D2; */
}
.header_zone{
	width:100%;
	min-width:1200px;
	position:relative;
	z-index:99999;
	overflow: visible;
	/* background: #F5CD47; */
	/* box-shadow:0 5px 10px rgba(0,0,0,.18); */
	/* border-bottom: 1px solid #ddd; */
}
.fixed_header_zone{
	position:fixed!important;
	left:0;
	top:0!important;
	z-index:999999;
	transition:0.6s;
	background: rgba(255,255,255,0.8);
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.header{
	width:1200px;
	margin:0px auto 0 auto;
	height:100px;
	overflow: visible;
	position: relative;
	z-index:99999;
}
.logo{
	overflow:hidden;
	float: left;
	height:100%;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
}
#logo_r{
	float: left;
	overflow: hidden;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#logo_r .shang{
	font-size:20px;
	font-weight: bold;
	overflow: hidden;
	/* text-transform: uppercase; */
}
#logo_r .xia{
	overflow: hidden;
	font-size: 18px;
	margin-top: 5px;
	/* text-align: justify;
  text-align-last: justify;*/
	/* color: #666; */
	/* text-transform: uppercase; */
}
#top_tel_01_gaoxin{
width:100px;
float:left;
margin-left:15px;
}
#top_tel_01_gaoxin img{
width:61px;
height:61px;
}
#header_l{
	float:left;
	margin-top:50px;
	font-size:16px;
}
#header_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 9999999;
}
#header_shang{
	overflow:visible;
	float: right;
}
#header_follow{
	width:auto;
	overflow:hidden;
	float: left;
	margin-right: 20px;
}
#header_follow a{
	margin-left: 20px;
	display: block;
	float: left;
}
#header_follow a img{
	vertical-align: middle;
}
#header_follow i{
	/* width:30px;
	height:30px;
	text-align:center; */
	font-size:18px;
	line-height:40px;
	background: none!important;
}
#header_follow i:hover{

}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	overflow:visible;
	float: right;
	padding-left:50px;
	background:url(/web/pic/t.png) left center no-repeat;
	min-height: 40px;
	margin-top: 23px;
}
#top_tel_01 .shang{
	display:block;
	overflow: hidden;
	color: #3470e8;
	/* text-transform: uppercase; */
	font-size: 26px;
}
#top_tel_01 .xia{
	overflow:hidden;
	display: block;
	/* font-size:30px; */
	color: #666;
}
#top_tel_02{
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow:hidden;
	padding-left: 65px;
	background:url(/web/pic/t3.png) left center no-repeat;
	vertical-align: middle;
	text-align: left;
}
#top_tel_02 .shang{
	display:block;
	overflow: hidden;
	font-size: 16px;
}
#top_tel_02 .xia{
	overflow:hidden;
	display: block;
	font-size: 30px;
	color: #045eab;
	margin-top: 5px;
}

#nav_zone{
	width:100%;
	min-width:1200px;
	height: 55px;
	background: #6599FF;
	/* border-top: 1px solid #ccc; */
}
.fixednav{
	position:fixed!important;
	z-index:9999999;
	top:0!important;
	left:0;
}
.nav {
	width: auto;
	float: left;
}
.nav .nLi{
	height:55px;
	float:left;
	position:relative;
	z-index: 99;
	/* border-right: 1px solid #005F99; */
	/* background: url(/web/pic/nav_li.png) right center no-repeat; */
}
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 10px;
}
.nav .nLi h3{
	display: block;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	font-weight: normal;
	line-height:55px;
	/* text-transform: uppercase; */
	transition: 0.6s;
	color: #fff;
}
.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:1px;
	margin:-1px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:55px;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
}
/*
.nav .sub dl{

}
.nav .sub dl dd{
	width:220px;
	float:left;
	overflow:hidden;
}
.nav .sub dl dd p{
	display:block;
	line-height:30px;

}
.nav .sub dl dd p:hover{
	background:#E7242A;
	transition:0.6s;
}
.nav .sub dl dd p:hover i,.nav .sub dl dd p:hover a{
	color:#fff;
}
.nav .sub dl dd p i{
	margin:0 10px 0 15px;
}
.nav .sub dl dt{
	width:210px;
	float:right;
	overflow:hidden;
}
.nav .sub dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
*/
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	border-bottom:1px dotted #ccc;
	text-align:center;
	padding: 0 15px;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#fff;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:rgba(0,0,0,0.7);
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/*
#sub11{
	width:1200px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

.index_title_01{
	overflow:hidden;
	text-align:center;
}
.index_title_01 h2,.index_title_01 .shang{
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size:34px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding: 0 30px;
	z-index: 10;
}
.index_title_01 .shang:before{
	content: "";
	width:122px;
	height:2px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background: url(/web/pic/before.png) no-repeat;
	z-index: 10;
}
.index_title_01 .shang:after{
	content: "";
	width:122px;
	height:2px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background: url(/web/pic/after.png) no-repeat;
	z-index: 10;
}
.index_title_01 .xia{
	display: block;
	font-size: 16px;
	margin-top: 15px;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
	height: 45px;
	border-bottom: 1px solid #ddd;
}
.index_title_03 h2{
	display:block;
	font-size:24px;
	font-weight: bold;
	float: left;
	color: #6699ff;
}
/* .index_title_03 h2:after{
	content: "";
	width: 40px;
	height: 4px;
	position: absolute;
	left:0;
	top:100%;
	background: #D9271D;
	margin-top: -2px;
} */
.index_title_03 .more{
	display:block;
	float:right;
	overflow: hidden;
	margin-top: 10px;
}
.index_title_03 .more a{
	display:block;
	color: #6699ff;
	transition: 0.6s;
}
.index_title_03 .more a i{
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background: #6699ff;
	margin-left: 8px;
	color: #fff;
}
/*首页名称横线*/
.index_title_04{
	overflow:hidden;
	text-align:center;
}
.index_title_04 .shang{
	overflow: hidden;
	position: relative;
	padding-bottom: 17px;
}
.index_title_04 .hou{
	font-size: 60px;
	color: #eee;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	line-height: 60px;
}
.index_title_04 .qian{
	width: 100%;
	overflow: visible;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
/* .index_title_04_center{
	position: relative;
	overflow: visible;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 40px;
}
.index_title_04_center:before{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	right:100%;
	top:50%;
}
.index_title_04_center:after{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	left:100%;
	top:50%;
} */
.index_title_04 .xia{
	overflow: hidden;
	margin-top: 10px;
	font-size: 20px;
	color: #666;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:hidden;
	text-align: center;
}
.index_title_06 .shang,.index_title_06 h2{
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	display: block;
	overflow: hidden;
	font-size:48px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	/*
	padding: 0 30px; */
}
/* .index_title_06 .shang:before{
	content: "";
	width: 1000px;
	height: 9px;
	position: absolute;
	right:100%;
	top:50%;
	background: url(/web/pic/before.png) right center no-repeat;
	z-index: 2;
	margin-left: -4.5px;
}
.index_title_06 .shang:after{
	content: "";
	width: 1000px;
	height: 9px;
	position: absolute;
	left:100%;
	top:50%;
	background: url(/web/pic/after.png) left center no-repeat;
	z-index: 2;
	margin-left: -4.5px;
} */
.index_title_06 .xia{
	display:block;
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
}
.index_title_06 .line{
	width:45px;
	display:block;
	height:5px;
	margin:15px auto 0px auto;
	background: #CF1C08;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1250px;
	overflow:hidden;
}
#lm li{
	position:relative;
	float:left;
	margin-right:36px;
	overflow:hidden;
	width:170px;
}
#lm li .pic{
	width:170px;
	height:184px;
	display:block;
	overflow:hidden;
}
#lm li img{
	height:auto;
	max-width:100%;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.6s;
}
#lm li:hover img{
	transform:scale(1.1);
}

#lm li .zhezhao{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(../images/lm_yuan.png) top center no-repeat;
}

#lm li i{
	display:block;
	font-size:44px;
	color:#fff;
	position:absolute;
	top:35%;
	z-index:3;
	margin:0px auto;
	width:100%;
	text-align:center;
	filter:alpha(opacity=50);
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
	  transition:0.6s;
}
#lm li:hover i{
		filter:alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
}
#lm li h3{
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
#lm li a{
	display:block;
	overflow:hidden;
}
/*仅有一张图片首页横排常用于广告*/
ul.index_tulist{
	width:1220px;
	overflow:hidden;
}
ul.index_tulist li{
	width:285px;
	float:left;
	overflow:hidden;
	transition:0.6s;
	text-align:center;
	margin-right:20px;
	margin-top:30px;
}
ul.index_tulist li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

ul.index_tulist li:hover img{
	transform:scale(1.1);
}
ul.index_tulist li h3{
	display:block;
	font-size:14px;
	margin-top:10px;
	font-weight:normal;
}
ul.index_tulist li p{
	margin-top:5px;
	line-height:20px;
	color:#666;
	font-size:12px;
}
/*首页标题浮在图片上列表*/
ul.index_cplist_01{
	width:auto;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width: 300px;
	height: 425px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	/* margin-top: 6.6666666px;
	margin-right: 6.6666666px; */
}
ul.index_cplist_01 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_01 li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_01 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_01 li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	transition: 0.6s;
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
}
ul.index_cplist_01 li:hover a{
	background: transparent;
}
ul.index_cplist_01 li h3{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	font-size:18px;
	color:#fff;
	/* border: 1px solid #fff; */
	font-weight:normal;
	height: 45px;
	line-height:45px;
	width:100%;
	position: absolute;
	left:10px;
	bottom:20px;
	z-index:15;
	overflow: hidden;
	width: 280px;
	background: #1E218A;
	transition: 0.6s;
}
ul.index_cplist_01 li:hover h3{
	background: #C30D24;
}
/*不规则产品不带遮罩*/
ul.index_cplist_02{
	overflow:visible;
	width: auto;
}
ul.index_cplist_02 li{
	overflow:hidden;
	border: 1px solid #ccc;
	transition:box-shadow .2s linear;

}
ul.index_cplist_02 li:hover{
	border-color: #002588;
	box-shadow:0 8px 16px rgba(0,0,0,.18)
}
ul.index_cplist_02 #li1{
	width: 650px;
	height: 400px;
	float: left;
}
ul.index_cplist_02 #li2{
	width: 540px;
	height: 400px;
	float: right;
}
ul.index_cplist_02 #li3{
	width: 540px;
	height: 400px;
	float: left;
}
ul.index_cplist_02 #li4{
	width: 650px;
	height: 400px;
	float: right;
}
ul.index_cplist_02 #li5{
	width: 400px;
	height: 280px;
	right:0;
	bottom:0;
}
ul.index_cplist_02 li a{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li:hover .pic{

}
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
ul.index_cplist_02 li:hover img{
	/* transform: scale(1.1); */
}
ul.index_cplist_02 li .txt{
	overflow: hidden;
	position: absolute;
	left:0;
	bottom: 15px;
	z-index: 10;
	width: 100%;
	padding: 0 10px;
}
ul.index_cplist_02 li h3{
	display: block;
	overflow: hidden;
	font-size:16px;
	font-weight: normal;
}
ul.index_cplist_02 li p{
	color: #666;
	display: block;
	margin-top: 10px;
}
ul.index_cplist_02 li .detail{
	height: 30px;
	line-height:30px;
	overflow: hidden;
	display: block;
	margin: 20px auto 0 auto;
	width: 100px;
	border: 1px solid #333;
	transition: 0.6s;
}
ul.index_cplist_02 li:hover .detail{
	background: #3945b5;
	border-color: #3945b5;
	color: #fff;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1250px;
	overflow:hidden;
}
dl.index_cplist_03 dd{
	width:385px;
	float:left;
	margin:0px 20px 0px 0px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;	
}
dl.index_cplist_03 dd a{
	display:block;
	overflow:hidden;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
dl.index_cplist_03 dd:hover img{
	border-color:#8EC754;
}

dl.index_cplist_03 dd h3{
	display:block;
	overflow:hidden;
	margin-top:10px;
	font-size:24px;
	font-weight:normal;
}
dl.index_cplist_03 dd h3 a{
	font-weight:normal;
	font-size:16px;
}
dl.index_cplist_03 dd p{
	margin-top:10px;
	display:block;
	overflow:hidden;
	color:#666;
	line-height:25px;
}
dl.index_cplist_03 dd .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#B72122;
	margin-top:20px;
	padding-right:35px;
	background:url(../images/rmore.jpg)  right center no-repeat;
}
dl.index_cplist_03 dd .detail{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	line-height:35px;
	padding:0 20px;
	margin-top:110px;
}
dl.index_cplist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*首页规则产品列表图片上标题下*/
dl.index_cplist_04{
	overflow: hidden;
	width: auto;
	border-left: 1px solid #6599FF;
	border-top: 1px solid #6599FF;
}
dl.index_cplist_04 dd{
	float:left;
	width:200px;
	height: 200px;
	transition:.0.6s;
	text-align:center;
	overflow:hidden;
	margin-top: -1px;
	margin-left: -1px;
	border-right: 1px solid #6599FF;
	border-bottom: 1px solid #6599FF;
	/* transition:box-shadow .2s linear; */
}
dl.index_cplist_04 dd:hover{
	background:  #6599FF;
}
dl.index_cplist_04 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
	position: relative;
	/* border: 1px solid #ddd; */
	/* transition:box-shadow .2s linear; */
}
dl.index_cplist_04 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin: 25px auto 0 auto;
	/*
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}
dl.index_cplist_04 dd .zhezhao{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background:url(/web/pic/zhezhao.png) center center no-repeat rgba(21, 44, 78, 0.8);
	position: absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.6s;
	z-index: 100;
	/* padding: 0px 45px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
dl.index_cplist_04 dd:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	/* background:rgba(0,0,0,0.5);*/
}
/*
dl.index_cplist_04 dd .pic .zhezhao .more{
	width: 57px;
	height: 57px;
	display: block;
	background: url(/web/pic/m.png) no-repeat;
}
dl.index_cplist_04 dd:hover .zhezhao .more{
	animation:rotateIn 1s infinite;
	-webkit-animation:rotateIn 1s infinite;
} */

dl.index_cplist_04 dd .tu2{
	margin-top:-70px;
}
dl.index_cplist_04 dd .tu2,dl.index_cplist_04 dd:hover .tu1{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .tu2{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

dl.index_cplist_04 dd:hover .pic img{
	/* transform:scale(1.1); */
}
dl.index_cplist_04 dd .xia{
	overflow: hidden;
	height: 50px;
	transition: 0.6s;
	margin-top: 20px;
	line-height: 25px;
}
/* dl.index_cplist_04 dd:hover .xia .iconsousuo{
	color: #fff;
	border-color: #fff;
}
dl.index_cplist_04 dd .iconsousuo{
	font-size: 24px;
	float: right;
	width: 55px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	border-left: 1px solid #ccc;
} */
dl.index_cplist_04 dd h3{
	display:block;
	font-size:18px;
	overflow:hidden;
	font-weight: normal;
	margin-top: 20px;
}
dl.index_cplist_04 dd p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	color: #666;
	/* line-height: 25px; */
}
dl.index_cplist_04 dd:hover h3,
dl.index_cplist_04 dd:hover p{
	color: #fff;
}
/*
dl.index_cplist_04 dd h3 i{
	float: right;
	font-size: 30px;
}
dl.index_cplist_04 dd:hover h3 i{
	background: #0555ea;
	color: #fff;
	border-color: #fff;
} */
dl.index_cplist_04 dd .zhezhao h4{
	color:#fff;
	display:block;
	overflow:hidden;
	font-size: 16px;
}
dl.index_cplist_04 dd .detail{
	display:block;
	/* width: 120px;
	line-height:45px;
	background: #F4CC38;
	text-align:center;
	transition:0.6s;
	position: absolute;
	z-index: 101px;
	left:50%;
	margin-left: -60px;
	bottom:0;
	font-weight: 600; */
	font-size: 16px;
	margin-top: 10px;
	color: #999;
	margin-bottom: 10px;
}

/*不规则产品带遮罩*/
ul.index_cplist_05{
	overflow: hidden;
	width: 1250px;
}
ul.index_cplist_05 li{
	overflow:hidden;
	position: relative;
	text-align: center;
	width: 595px;
	float: left;
	margin-right: 10px;
}
ul.index_cplist_05 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_05 li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_05 li:hover .pic img{
	transform:scale(1.1);
}
ul.index_cplist_05 li a{
	overflow:hidden;
	display:block;
}
ul.index_cplist_05 li .zhezhao{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	transition: 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

ul.index_cplist_05 li:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

	/* -webkit-transform: scale(1);
	transform: scale(1); */
}
ul.index_cplist_05 li .kuang{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.6);
	display: block;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.index_cplist_05 li i{
	width: 40px;
	height: 40px;
	display: block;
	background: #FEC400;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	font-size: 20px;
}

ul.index_cplist_05 li  h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	/* margin-top: 20px; */
	/* text-transform: uppercase; */
}
ul.index_cplist_05 li p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
}
/*
ul.index_cplist_05 #li1{
	left:0px;
	top:0;
}
ul.index_cplist_05 #li2{
	right:0px;
	top:0px;
}
ul.index_cplist_05 #li3{
	left:0;
	bottom:0;
}
ul.index_cplist_05 #li4{
	right:0;
	bottom:0;
}
ul.index_cplist_05 #li5{
	left:900px;
	top:300px;
}
ul.index_cplist_05 #li6{
	left:600px;
	top:600px;
} */
/*不规则产品带遮罩*/
dl.index_cplist_06{
	width: 1250px;
	overflow: hidden;
}
dl.index_cplist_06 dd{
	overflow:hidden;
	width: 380px;
	/* height: 300px; */
	float: left;
	text-align: center;
	position: relative;
	margin-right: 30px;
}
/* dl.index_cplist_06 #dd1{
	width: 480px;
	height: 450px;
}
dl.index_cplist_06 #dd4,dl.index_cplist_06 #dd5{
	margin-top: 15px;
} */
dl.index_cplist_06 dd img{
	/* max-width:100%;
	height:auto; */
	display:block;
	transition: 1s;
	width: 380px;
	height: 300px;
}
/* dl.index_cplist_06 #dd1 img{
	height: 450px;
	max-width: 600px;
	margin-left: -60px;
} */
dl.index_cplist_06 dd:hover img{
	transform: scale(1.1);
}
dl.index_cplist_06 dd a{
	display: block;
	overflow: hidden;
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
}
dl.index_cplist_06 dd .txt{
	width:100%;
	height:35px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	overflow:hidden;
	transition:0.6s;
	padding: 0 15px;
}
dl.index_cplist_06 dd:hover .txt{
	height: 100%;
	background: rgba(0, 57, 92, 0.7);
}
dl.index_cplist_06 dd h3{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	display: block;
	overflow: hidden;
	transition:0.6s;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	z-index: 3;
	background:rgba(0,0,0,0.5);
}
dl.index_cplist_06 dd i{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	/* position: absolute;
	right:20px;
	top:10px; */
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	display: none;
}
dl.index_cplist_06 dd .txt .line{
	width: 120px;
	height: 1px;
	display: block;
	margin: 10px auto 0 auto;
	background: #fff;
	transition:0.6s;
	display: none;
}
dl.index_cplist_06 dd:hover .txt .line{
	display: block;
}
dl.index_cplist_06 dd .txt p{
	color:#fff;
	line-height:25px;
	display:none;
	overflow: hidden;
	transition:0.6s;
	margin-top: 10px;
}
dl.index_cplist_06 dd:hover .txt p{
	display: block;
}
dl.index_cplist_06 dd .txt .detail{
	display:block;
	margin:20px auto;
	width:80px;
	height:30px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:30px;
	display: none;
	transition:0.6s;
}
dl.index_cplist_06 dd:hover .txt .detail{
	display: block;
}


/*----首页带图片新闻-------*/
.index_tuwenlist{
	overflow:hidden;
	width: 1250px;
}
.index_tuwenlist dl{
	overflow: hidden;
	width: 575px;
	height: 220px;
	float: left;
	margin-right: 50px;
	margin-top: 30px;
	background: #fff;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl:hover{

}
.index_tuwenlist dl dt{
	overflow:hidden;
	width: 220px;
	float: left;
}
.index_tuwenlist dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_tuwenlist dl:hover dt img{
	transform: scale(1.1);
}
/* .index_tuwenlist dl dt .tu2,.index_tuwenlist dl:hover dt .tu1{
	display: none;
}
.index_tuwenlist dl:hover dt .tu2{
	display: block;
} */

.index_tuwenlist dl .ri{
	display:block;
	font-size:30px;
	margin-top:70px;

}
.index_tuwenlist dl .nian{
	display:block;
	margin-top:5px;
	font-size: 18px;
	color: #999;
}
.index_tuwenlist dl dd{
	overflow: hidden;
	margin-left: 220px;
	padding: 30px 30px 0 30px;
}
.index_tuwenlist dl dd h3,.index_tuwenlist dl dd .shang{
	display:block;
	font-size:18px;
	font-weight: normal;
}
.index_tuwenlist dl p{
	margin-top:10px;
	display:block;
	overflow:hidden;
	color: #666;
	line-height: 25px;
}
.index_tuwenlist dl .detail{
	display:block;
	width:115px;
	height:35px;
	line-height:35px;
	text-align:center;
	border: 1px solid #666;
	transition:0.6s;
	margin-top: 20px;
}
.index_tuwenlist dl dd .detail:hover{
	background:#6599FF;
	border-color:#6599FF;
	color:#fff;
	transition:0.5s;
}
.index_tuwenlist dl .detail .iconfont{
	/* font-size: 18px; */
	margin-left: 5px;
	vertical-align: middle;
}
.index_tuwenlist dl .time{
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
/*头条*/
dl.toutiao{
	overflow:hidden;
}
dl.toutiao a{
	display: block;
	overflow: hidden;
}
dl.toutiao dt{
	overflow:hidden;
	width: 245px;
	float: left;
}
dl.toutiao .pic{
	display:block;
	overflow:hidden;
}
dl.toutiao img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.toutiao:hover img{
	transform:scale(1.1);
}
dl.toutiao dd{
	overflow:hidden;
	margin-left: 265px;
}
dl.toutiao h3{
	display:block;
	font-size:16px;
	margin-top: 20px;
}
dl.toutiao dd .line{
	width: 45px;
	height: 2px;
	margin-top: 25px;
	display: block;
	background: #EC9013;
}
dl.toutiao dd p,dl.toutiao dd .xia{
	line-height:25px;
	overflow:hidden;
	display:block;
	color:#666;
	margin-top: 15px;
}
dl.toutiao .time{
	display:block;
	color: #999;
	font-size: 12px;
	margin-top: 15px;
}

dl.toutiao .detail{
	display:block;
	margin-top: 30px;
	color: #E76915;
	/* float: left;
	line-height:40px;
	text-align:center;
	background:#B81B22;
	border: 1px solid #B81B22;
	transition: 0.6s;
	padding: 0 25px; */
}
/* dl.toutiao:hover .detail{
	background: #fff;
	color: #B81B22;
}
dl.toutiao dd .detail span{
	font-size: 24px;
	color: #999;
} */
/*首页新闻列表普通*/
dl.index_newslist_01{
	overflow:hidden;
	width: auto;
}
dl.index_newslist_01 dd{
	overflow:hidden;
	line-height: 50px;
	overflow:hidden;
	height:50px;
	border-bottom: 1px solid #ddd;
}
/* dl.index_newslist_01 #dd1,dl.index_newslist_01 #dd3,dl.index_newslist_01 #dd5,dl.index_newslist_01 #dd7,dl.index_newslist_01 #dd9{
	padding-right:40px;
}
dl.index_newslist_01 #dd2,dl.index_newslist_01 #dd4,dl.index_newslist_01 #dd6,dl.index_newslist_01 #dd8,dl.index_newslist_01 #dd10{
	padding-left: 40px;
} */
dl.index_newslist_01 dd a{
	display: block;
	font-size: 16px;
	position: relative;
}
dl.index_newslist_01 dd a::before{
	content: "●";
	font-size: 12px;
	margin-right: 10px;
}
dl.index_newslist_01 dd i{
	margin-right:10px;
}

dl.index_newslist_01 dd span{
	float:right;
	color:#999;
	display: block;
}

/*首页横排3块*/
.box{
	overflow: hidden;
	width: 385px;
}
.box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#box1{
	float:left;
}
#box2{
	float: left;
	margin-left: 22.5px;
}
#box3{
	float: right;
}
.tbox{
	overflow:hidden;
	width: 555px;
	height: 189px;
}

.tbox img{
	/* max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto; */
}
.tbox_pd{
	padding:30px 45px 0 30px;
	overflow: hidden;
}
/*首页新闻列表带图片*/
dl.index_newslist_02{
	width:1250px;
	overflow:visible;
}
dl.index_newslist_02 dd{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position: relative;
	transition: 0.6s;
	/* transition:box-shadow .2s linear;
	box-shadow:0 8px 16px rgba(0,0,0,.08); */
}
dl.index_newslist_02 dd:hover{
	/* box-shadow:0 8px 16px rgba(0,0,0,.28); */
	/* transform: translateY(-10px); */
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
}
dl.index_newslist_02 dd:hover .pic{

}

dl.index_newslist_02 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}

dl.index_newslist_02 dd h3{
	display:block;
	font-size:18px;
	overflow:hidden;
	font-weight: normal;
	margin-top: 15px;
}
dl.index_newslist_02 dd p,dl.index_newslist_02 dd .xia{
	margin-top:10px;
	line-height:25px;
	color:#666;
	overflow: hidden;
	display: block;
}
dl.index_newslist_02 dd .time{
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #999;
}
dl.index_newslist_02 dd .detail{
	display: block;
	margin-top: 30px;
}
dl.index_newslist_02 dd .detail .iconfont{
	margin-left: 5px;
	vertical-align: middle;
}
dl.index_newslist_02 dd:hover .detail{
	color: #fec107;
}
dl.index_newslist_02 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_02 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_02 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_02 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_02 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/*首页新闻案例列表带遮罩*/
dl.index_newslist_03{
	width:auto;
	overflow:hidden;
}
dl.index_newslist_03 dd{
	width:33.333333333%;
	float:left;
	overflow:hidden;
	height:auto;
	position:relative;
	/* border: 5px solid #f6f6f6;
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	margin-bottom: 5px; */
	/* border-right: 30px solid transparent;
	border-top: 30px solid transparent; */
}
dl.index_newslist_03 dd .title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
}
dl.index_newslist_03 dd .ovrlyT {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
dl.index_newslist_03 dd .ovrlyB {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:3;
}
dl.index_newslist_03 dd .buttons {
    position: absolute;
    top: 35%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:4;
}
dl.index_newslist_03 dd .buttons .fa {
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
		background: #F4AE00;
		color:#fff;
}
dl.index_newslist_03 dd:hover .ovrlyT {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .ovrlyB {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .buttons .fa {
    opacity: 1;
}
dl.index_newslist_03 dd img{
	width:100%;
	height:auto;
	display:block;
  transition:0.6s;
}
dl.index_newslist_03 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_03 dd a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	background: rgba(0, 0, 0, 0.3);
}
dl.index_newslist_03 dd a .kuang{
	display:block;
	overflow:hidden;
	height:100%;
	border:1px solid transparent;
	/* filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
dl.index_newslist_03 dd:hover a .kuang{
	/* filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; */
	border:1px solid rgba(255,255,255,0.6);
}
dl.index_newslist_03 dd a h3,dl.index_newslist_03 dd a p{
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:normal;
	/* filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0; */
	transition:0.6s;
}
dl.index_newslist_03 dd:hover a h3,dl.index_newslist_03 dd:hover a p{
	/* filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; */
}
dl.index_newslist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_newslist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_newslist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_newslist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_newslist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_newslist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*首页上面图片下面带日期的新闻列表*/
.index_newslist_05{
	width: 1250px;
	overflow: hidden;
}
.index_newslist_05 dl{
	overflow: hidden;
	width: 375px;
	float: left;
	margin-right: 37.5px;
}
.index_newslist_05 dl a{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_newslist_05 dl:hover img{
	transform: scale(1.1);
}
.index_newslist_05 dl:hover dt{
	background:#0081c2;
	border-color: #0081c2;
}
.index_newslist_05 dl:hover dt span.ri,.index_newslist_05 dl:hover dt span.nian{
	color: #fff;
}
.index_newslist_05 dl dt{
	width: 85px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	float: left;
	transition: 0.6s;
}
.index_newslist_05 dl dt span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_newslist_05 dl dt span.ri{
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
}
.index_newslist_05 dl dt span.nian{
	color: #666;
}
.index_newslist_05 dl dd{
	margin-left: 100px;
	overflow: hidden;
}
.index_newslist_05 dl dd h3{
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.index_newslist_05 dl dd p{
	display: block;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
dl.wenda_list dt{
	background:url(/web/pic/q.png) left center no-repeat;
	padding-left:35px;
	line-height: 30px;
	overflow:hidden;
	font-size: 16px;
	height: 30px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:35px;
	background:url(/web/pic/a.png) left 5px no-repeat;
	margin-top: 5px;
	color: #666;
	line-height: 30px;
	font-size: 16px;
	/* height: 27px; */
}
/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width:1250px;
}
ul.link_01 li{
	float:left;
	width:180px;
	overflow:hidden;
	margin-right:24px;
	margin-top:24px;
	border:1px solid #CCC;
}
ul.link_01 li img{
	width:100%;
	height:auto;
	display:block;
}
/*仅文字链接*/
ul.link_02{
	display: inline-block;
	*display: inline;
	*zoom:1;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-right:1px solid #ddd;
	line-height: 13px;
	padding:0 10px;
	font-size: 14px;
}



.lmmc{
	width:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.lmmc h2{
	font-size:26px;
	font-weight:normal;
	float:left;
	display:block;
}

.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	height: 40px;
	line-height: 37px;
	display: block;
	text-align: center;
	transition: 0.6s;
	width: 120px;
	border: 1px solid #6699ff;
	background: #6699ff;
	color: #fff;
	margin: 0px auto;
}
.more_01 .iconfont{
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.more_01:hover{
	background: #fff;
	color: #6699ff;
}

.more_02{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	width: 145px;
	height: 35px;
	transition: 0.6s;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 40px;
	background: #045EAC;
	color: #fff;
}
.more_02 i{
	/* width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	line-height: 15px;
	text-indent: 2px;
	color: #fff;
	color: #f5821f;
	margin-right: 10px;
	font-size: 18px;
	font-weight: normal; */
}
.more_02:hover{
	color:#fff!important;
	/* background-color:#007fc3
	border-color: #29166F; */
}
.more_02:hover i{
	/* background: #70B527;
	color: #fff!important;*/
}
.more_02 span.iconfont{
	margin-left: 10px;
	vertical-align: middle;
}

.more_03{
	display: block;
	height: 45px;
	transition: 0.6s;
	overflow: hidden;
	line-height: 45px;
	background: #D9271D;
	color: #fff!important;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}
/* .more_03 span{
	margin-right: 15px;
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
} */
/*---首页左边分类右边产品结构--*/
#zuo{
	width:265px;
	float:left;
	overflow:hidden;
	border: 3px solid #2573BE;
}
#zuo_title{
	overflow:hidden;
	height:90px;
	background:url(/web/pic/cp.png) 38px center no-repeat #6599FF;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 90px;
	padding-left: 85px;
}

/* #zuo_title .shang{
	display:block;
	font-size:18px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}
#zuo_title .line{
	width: 40px;
	height: 4px;
	display: block;
	margin-top: 10px;
	background: #fff;
}
#zuo_title .xia{
	display:block;
	margin-top:10px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}*/
#zuo ul{
	overflow:hidden;
	padding: 20px 0;
}
#zuo ul li{
	overflow: hidden;
	height: 60px;
	border-bottom: 1px dashed #ddd;
}
#zuo ul li a{
	display:block;
	line-height:60px;
	font-size: 16px;
	padding-left: 50px;
	background: url(/web/pic/ico.png) 25px center no-repeat;
	transition: 0.6s;
}
#zuo ul li:hover a{
	background: url(/web/pic/icoon.png) 25px center no-repeat #F88C41;
	color: #fff;
}

/*
#zuo dl{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:67px;
	line-height:67px;
	overflow:hidden;
	border: 1px solid #B1C5D0;
	margin-top: -1px;
	position: relative;
}
#zuo dl dt:after{
	content: "";
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	right:50px;
	top:50%;
	margin-top: -8px;
	background: url(/web/pic/jia.png) no-repeat;
}
#zuo dl dt a{
	display: block;
	line-height: 67px;
	font-size: 18px;
	color: #6c92a9;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: 75px center;
}
#zuo a:hover{
	color: #1D425F;
}
#zuo dl dd{
	padding: 0px 20px;
	display:none;
}
#zuo dl dd a{
	display: block;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
} */
#you{
	width:910px;
	overflow:hidden;
	float: right;
}
#you #you_title{
	overflow:hidden;
	height: 55px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
#you #you_title h2{
	display:block;
	font-size:18px;
	padding-left: 35px;
	float: left;
	background: url(/web/pic/zan.png) left center no-repeat;
}
#you #you_title h3{
	display:block;
	font-size:18px;
	float: left;
	font-weight: normal;
	margin-left: 40px;
}
#you #you_title span{
	float:right;
	display:block;
}
#you #you_title span a{
	display:block;
	color: #999;
}
#you ul{
	overflow:hidden;
	width:950px;
}
#you ul li{
	width:290px;
	height: 355px;
	float:left;
	overflow:hidden;
	margin:30px 20px 0px 0;
	padding: 10px;
	background: #F5F5F5;
	transition: 0.6s;
	text-align: center;
}
#you ul li:hover{
	background: #2573BE;
}
#you ul li .pic{
	display:block;
	overflow:hidden;
}
#you ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	padding: 20px 0;
}
#you ul li:hover h3 a{
	color: #fff;
}
#you ul li .detail{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin: 0 5px;
	line-height: 35px;
	padding: 0 20px;
	color: #fff;
}
#you ul li .detail_a{
	background: #999999;
}
#you ul li .detail_b{
	background: #2573BE;
}
#you ul li:hover .detail_a{
	background: #fff;
	color: #2573BE;
}
#you ul li:hover .detail_b{
	background: #F88C41;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#2F2F2F;
	margin-top: 50px;
}
.footer{
	width:1200px;
	overflow:hidden;
	margin:0px auto 0px auto;
	color: rgba(255,255,255,0.6);
	position: relative;
}
.footer a{
	color: rgba(255,255,255,0.6);
}
.footer a:hover{
	text-decoration: underline;
	color:#fff;
}
#footer_l{
	overflow:hidden;
	float:left;
	width: 800px;
	margin-top: 40px;
}
#footer_l_title{
	overflow:hidden;
	/* font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 200px; */
}
#footer_m{
	float:left;
	overflow:hidden;
	width: 230px;
}

#footer_r{
	overflow:hidden;
	float:right;
	width: 365px;
	height: 445px;
	background: #6599FF;
}
.footer dl{
	float:left;
	overflow:hidden;
	/* background: url(/web/pic/dl.png) right 40px no-repeat; */
}
.footer dl dt{
	display:inline-block;
	*display: inline;
	*zoom:1;
	font-size:16px;
	margin-bottom:15px;
	overflow:visible;
	text-transform:uppercase;
	color: #fff;
	/* font-weight: bold; */
	position: relative;
}
.footer dl dt:after{
	/* content: "";
	width:100%;
	height:1px;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	z-index:20; */
}
.footer dl dt a{
	display:block;
	color: #fff;
}
.footer dd{
	line-height:30px;
}
.footer dl dd i{
	margin-right:10px;
}
dl.last{
	margin-right:0px!important;
}
dl.last dd a{
	display: inline-block;
	*display: inline;
	*zoom:1;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
.footer_zone #footer_lxxx img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
#ewm{
	overflow:hidden;
	text-align: center;
	width: 140px;
}
#ewm .shang{
	height: 115px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 10px auto;
}
#ewm .xia{
	height:32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}
#footer_follow{
	overflow:hidden;
	float:right;
}

#footer_follow a{
	margin:0px 0px 0px 20px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#4D4D4D!important;
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #302E2F;
}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	background: #6599FF!important;
}
.ali{
	background:url(../ico/ali.png) center center no-repeat;
	width:35px!important;
}
#footer_follow span{
	font-size:16px;
	display: block;
	float: left;
	/* text-transform: uppercase; */
	/* margin-bottom: 10px;
	font-weight: bold; */
	/* line-height:30px; */
	/* margin-right: 10px; */
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	color: #fff;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background: #212121;
	/* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}
#copy{
	overflow:hidden;
	/* width:1200px;
	padding:15px 0px 15px 0px;
	margin:0px auto 0 auto; */
	color:rgba(255,255,255,0.6);
	/* border-top: 1px solid rgba(255,255,255,0.2); */
}
#copy a{
	color:rgba(255,255,255,0.6);
}
#copy_l{
	/* float: left; */
	overflow: hidden;
}
#copy_r{
	float: right;
	overflow: hidden;
}
/*--------------内页样式----------------------*/
.ny_banner{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone{
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:20px;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
.left_wrap{
	float:left;
	width:250px;
}
.left_wrap h2{
	width:auto;
	height:55px;
	line-height:55px;
	text-indent:20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:normal;
	color:#fff;
}
.left_wrap h2 .iconfont{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	padding: 15px 0;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
}
.zlm dl dt a{
	display:block;
	float:left;
	font-size: 16px;
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ffd966;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:20px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #EEEEEE;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:930px;
	overflow:visible;
	float:right;
	background:#fff;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2{
	font-size:26px;
	font-weight:normal;
}
.tulist{
	overflow:visible;
	clear:both;
	width:100%;
}
.tulist li{
	list-style-type:none;
	float:left;
	width:33.3333333%;
	margin-top:20px;
	padding-right:15px;
	overflow:visible;
	text-align:center;
}
.tulist li .pic{
	display:block;
	border:1px solid #ddd;
	overflow:hidden;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tulist li:hover img{
	transform:scale(1.1);
}
.tulist li h3{
	background-color:#f9f9f9;
	height:40px;
	overflow:hidden;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}


.tulist_02{
	width:100%;
	overflow:hidden;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:25%;
	border-right:15px solid #fff;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
.tulist_02 li:hover img{
	transform:scale(1.1);
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	height: 66px;
	overflow: hidden;
	line-height:22px;
	margin-top: 10px;
}

.tulist_03{
	width:1250px;
	overflow:hidden;
}
.tulist_03 li{
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img{
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a{
	color:#fff;
}

.tuwenlist2{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tuwenlist2 li{
	list-style-type:none;
	float:left;
	width:385px;
	height:470px;
	margin-top:20px;
	margin-right:20px;
	overflow:Hidden;
	background:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	line-height:25px;
}
.tuwenlist3 .item{
	overflow: hidden;
	padding: 10px 0 10px 10px;
	background: #fff;
	margin: 10px 0 30px 0;
	box-shadow:0 0px 16px rgba(0,0,0,.18);
	display: flex;
	flex-direction: row;
}
.tuwenlist3 .item .pic{
	width: 250px;
	overflow: hidden;
	float: left;
}
.tuwenlist3 .item .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.tuwenlist3 .item:hover .pic img{
	transform: scale(1.1);
}
.tuwenlist3 .item .text{
	width: 800px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.tuwenlist3 .item .text h2{
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
.tuwenlist3 .item .text p{
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
	line-height: 25px;
}
.tuwenlist3 .item .text .more{
	display: block;
	margin-top: 15px;

}
.tuwenlist3 .item .date{
	align-items: stretch;
	border-left:1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 150px;
}
.tuwenlist3 .item .date .day{
	font-size: 35px;
	font-weight: bold;
}
.tuwenlist3 .item .date .years{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

ul.wzlist{
	width:auto;
	margin-top: 10px;
}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #ccc;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	line-height: 40px;
	display: block;
	font-size: 16px;
	/* background: url(/web/pic/i2.jpg) left center no-repeat; */
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	width:455px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
dl.tuwenlist{
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
dl.tuwenlist:hover dt img{
	transform:scale(1.1);
}
dl.tuwenlist dd{
	margin-left:240px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#fff;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}

/*----------下载表格----------*/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../ico/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:38px;
}
.itext{
	width:550px;
	height:38px;
	border:1px solid #c8c8c8;
	line-height:38px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:550px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 5px;
}
.fitem{
	overflow: hidden;
	margin-bottom: 15px;
}
.fitem label{
	display: block;
	line-height: 40px;
	float: left;
	width: 90px;
	text-align: right;
}
.ftext{
	height:35px;
	line-height:35px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 180px;
	padding-left: 10px;
	float: left;
	border-right: none;
	/* font-size: 16px; */
}
.fcontent{
	height:65px;
	border: none;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	/* padding: 10px; */
	margin-top: 30px;
	width: 100%;
	padding-left: 30px;
	color: #fff;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#2FA8D7;
	line-height:35px;
	text-align:center;
	outline:none;
	display: block;
	height: 35px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	width: 85px;
	float: right;
}

.fbtn:hover{
	/* background: #fff; */
	/* color: #fff; */
}

/*--联系我们通栏表单--*/
.cbiaodan{
	overflow:hidden;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	background: #D2DCE5;
}
.cbiaodan p{
	display:block;
	float: left;
	width: 385px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;      /* Gecko browsers */
  -webkit-border-radius: 10px;   /* Webkit browsers */
  border-radius:10px;            /* W3C syntax */
	overflow:hidden;
	position: relative;
}
.cbiaodan p i{
	width: 40px;
	height:40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top:5px;
}
.ctext{
	height:40px;
	text-indent:10px;
	line-height:40px;
	border:none;
	width:100%;
	/* margin-bottom: 15px; */
	overflow:hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background:none;
}
.ccontent{
	width:100%;
	height:110px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background: none;
	outline: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.cbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#819355;
	line-height:40px;
	text-align:center;
	float: right;
	padding: 0 15px;
	text-transform: uppercase;
	color:#fff;
	/* margin-top: 10px; */
	/* font-size: 16px; */
	display: block;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888; opacity:0.8;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#888;opacity:0.8;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
    color:#888;opacity:0.8;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    color:#888;opacity:0.8;
}
/*---------------其它碎片样式代码------------*/
#about_box{
	position: relative;
	overflow: visible;
}
#about_left{
	width:605px;
	overflow: hidden;
	float: left;
}
#about_pic{
	overflow:hidden;
	width: 580px;
	float: right;
}
#about_pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
#about_right{
	width: 660px;
	float: right;
	overflow: hidden;
	background: #fff;
	height: 655px;
	box-shadow:0 0px 16px rgba(0,0,0,.18);
	padding-left: 45px;
	padding-right: 45px;
}
#about_right img{
	max-width:100%;
	height:auto;
	display:block;
}

#about_title{
	overflow: hidden;
}

#about_title .shang{
	overflow: hidden;
	font-size: 34px;
	font-weight: bold;
}
/* #about_title .shang::before{
	content: "";
	width: 180px;
	height: 1px;
	position: absolute;
	right:100%;
	top:50%;
	background: #000;
} */
#about_title .xia{
	overflow: hidden;
	margin-top: 5px;
	font-size: 24px;
}
#about_title .line{
	width:30px;
	height: 5px;
	display: block;
	margin-top: 25px;
	background:#26A651;
}
#about_txt{
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	margin-top: 20px;
}
#about_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

#news_box{
	overflow: hidden;
	width: 580px;
	float: left;
}
#news_box img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	overflow:visible;
	width: 370px;
	float: right;
}
#other_box img{
	max-width:100%;
	height:auto;
	display:block;
}

/*---------我们的优势----------*/
.ys{
	overflow:hidden;
	background: url(/web/pic/ys.jpg) center top no-repeat;
}
.ys .item{
	overflow: hidden;
	margin-bottom: 65px;
}
.ys #ys5,
.ys #ys6{
	margin-bottom: 0;
}
.ys #ys1{
	width: 320px;
	float: left;
}
.ys #ys2,
.ys #ys4,
.ys #ys6{
	width: 400px;
	float: right;
}
.ys #ys3{
	width: 345px;
	float: left;
}
.ys #ys5{
	width: 415px;
	float: left;
}


.ys .shang{
	overflow: hidden;
	font-size: 26px;
}

.ys .xia{
	overflow: hidden;
	margin-top: 15px;
	line-height: 25px;

}

.news_l{
	overflow:hidden;
	width: 570px;
	float: left;
	border-bottom: 4px solid #eee;
}
.news_l a{
	display: block;
	overflow: hidden;
}
.news_l .pic{
	display: block;
	overflow: hidden;
	height: 300px;
}
.news_l .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -64px;
}
.news_l:hover .pic img{
	transform: scale(1.1);
}
.news_l .xia{
	overflow: hidden;
	padding: 25px 20px;
}
.news_l h3{
	overflow: hidden;
	font-size: 18px;
}
.news_l .time{
	overflow: hidden;
	margin-top: 20px;
	color: #999;
}
.news_l .time i{
	margin-right: 10px;
}

.news_content{
	overflow: hidden;
	width: 600px;
	float: right;
}
.news_content dl{
	overflow:hidden;
	margin-bottom: 15px;
	transition: 0.6s;
}
.news_content dl:last-child,.news_content #dl3{
	/* margin-bottom: 0!important;
	padding-bottom: 0!important;
	border: none!important; */
}
.news_content dl:hover{
	/* background: #fff;
	border-color: #045EAC; */
}
.news_content dl a{
	display: block;
	overflow: hidden;
}
.news_content dl dt{
	float: left;
	overflow: hidden;
	text-align: center;
	width: 170px;
}
.news_content dl:hover dt{
	/* background: #016ADF; */
}
.news_content dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.news_content dl:hover dt img{
	transform: scale(1.1);
}
.news_content dl dt .ri{
	display: block;
	font-size: 20px;
	margin-top: 8px;
}
.news_content dl dt .nian{
	display:block;
	margin-top: 5px;
	color: #777;
	font-size: 13px;
}
.news_content dl dt .nian:after{
	/* content: "";
	width: 50px;
	height: 1px;
	background: #eee;
	position: absolute;
	left:50%;
	margin-left: -25px;
	top:100%; */
}
.news_content dl dd{
	overflow: hidden;
	margin-left: 180px;
}

.news_content dl h3{
	display:block;
	font-size:18px;
	/* font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	position: relative; */
}
.news_content dl dd h3::before{
	/* content: "●";
	font-size: 14px;
	margin-right: 10px; */
}
.news_content dl p{
	overflow:hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
	transition: 0.6s;
}
.news_content dl dd .xia{
	overflow: hidden;
	margin-top: 10px;
}
.news_content dl dd .time{
	display: block;
	color: #999;
	margin-top: 10px;
}
.news_content dl dd  .time i{
	margin-right: 10px;
	/* font-size: 18px; */
}
.news_content dl dd .xia .detail{
	color: #6c92a9;
	text-decoration: underline;
	float: right;
}

#link_title{
	overflow:hidden;
	font-size: 15px;
	float: left;
	/* margin-right: 10px; */
	color: #fff;
	text-transform: uppercase;
}

.index_ad{
	overflow:hidden;
	position: relative;
	margin-top: 50px;
}
.index_ad img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/* max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto; */
}
#index_ad_box{
	overflow:hidden;
	position: absolute;
	left:50%;
	margin-left: -600px;
	top:90px;
}
.index_ad_txt{
	overflow: hidden;
	width: 770px;
	float: left;
	margin-top: 70px;
	color: #fff;
}
.index_ad_txt .dazi{
	font-size: 30px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}
.index_ad_txt .line{
	width: 50px;
	height: 2px;
	display: block;
	margin-top: 15px;
	background: #CF001C;
}
.index_ad_txt .xiaozi{
	font-size:22px;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	/* line-height: 30px; */
}
.index_ad_txt .jiantou{
	width: 23px;
	height: 57px;
	overflow: hidden;
	background: url(/web/pic/jiantou.png) no-repeat;
	margin: 75px 0 0 90px;
}
.index_ad_txt .detail{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
	border: 1px solid #fff;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: 0.6s;
}
.index_ad_txt .detail:hover{
	background:#016ADF;
	border-color:#016ADF;
}
/*首页横排圆形图标*/
ul.yuan{
	/* width:950px;
	overflow:hidden;
	background: #085B3F;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 10;
	box-shadow:0 8px 16px rgba(0,0,0,.18); */
	overflow: hidden;
	text-align: center;
}
ul.yuan li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	overflow:hidden;
	text-align: center;
	margin: 0 30px;
	transition: 0.6s;
}
ul.yuan li:hover{
	/* background: #F4A703; */
}
ul.yuan li .pic{
	display:block;
	overflow:hidden;
	margin:0px auto 0 auto;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	margin: 0px auto;
}
ul.yuan li:hover .pic{
	/* background: #AB1842; */
	/* transform: rotate(360deg); */
}
ul.yuan li:hover img{
	/* transform:scale(1.1); */
	/* transform: rotate(360deg); */
}
ul.yuan li .zhezhao{
	display:block;
	position:absolute;
	z-index:3;
	background:url(../images/lm_yuan.png) no-repeat;
	width:100%;
	height:225px;
	left:0;
	top:0;
}
ul.yuan li:hover .zhezhao{

}
ul.yuan li .xia{
	overflow: hidden;
	height: 215px;
	background: #F8F8F8;
	margin-top: 46.5px;
	padding: 65px 25px 0 25px;
}
ul.yuan li h3{
	font-size:14px;
	display:block;
	text-align:center;
	overflow:hidden;
	/* text-transform: uppercase; */
	font-weight: normal;
	margin-top: 10px;
	color: #fff;
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:10px;
	/* color:#fff; */
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
ul.yuan li span.line{
	width:50px;
	display:block;
	height:2px;
	margin:10px auto 0px auto;
	background:#FEB15F;
}
ul.yuan li .miaoshu{
	display:block;
	overflow:hidden;
	line-height:25px;
	margin-top:15px;
	color:#666;
}
ul.yuan li .more{
	display: block;
	margin-top: 20px;
	color: #BD201B;
}

#vlist{
	overflow:hidden;
	width: auto;
	text-align: center;
}
#vlist li{
	overflow:hidden;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 310px;
	margin-left: 40px;
	margin-right: 40px;
}
#vlist li a{
	display: block;
	overflow: hidden;
}
#vlist li .shang{
	width: 310px;
	height: 310px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
#vlist li:hover .shang{
	border-color: #da251c;
}
#vlist li .pic{
	display:block;
	width:100%;
	overflow:hidden;
	position: relative;
	width: 280px;
	height: 280px;
	margin: 15px;
}
#vlist li .pic img{
	/* max-width:100%; */
	height:300px;
	width: 400px;
	display:block;
	transition:0.6s;
	margin: -10px 0 0 -60px;
}
#vlist li:hover .pic img{
	transform:scale(1.1);
}
#vlist li .zhezhao{
	width:100%;
	height:100%;
	position:absolute;
	background:url(/web/pic/play.png) center center no-repeat rgba(0,0,0,0.4);
	z-index:10;
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#vlist li .zhezhao i{
	color:rgba(218,37,28,0.8);
	font-size:60px;
	margin:0 auto;
	transition:1s;
}
#vlist li:hover .zhezhao i{
	transform: rotate(360deg);
}
/* #vlist li .ico img{
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0px auto;
}

#vlist li .vinfo{
	overflow: hidden;
	margin-top: 20px;
} */
#vlist li .line{
	width: 30px;
	height: 1px;
	display: block;
	margin: 30px auto 0 auto;
	background: #da251c;
}
#vlist li h3{
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-top: 15px;
	/* color: #fff;
	text-transform: uppercase; */
}
#vlist li p{
	line-height:20px;
	color:#666;
	margin-top:10px;
	display:block;
}
#vlist li .detail{
	width: 195px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	margin: 30px auto 0 auto;
	line-height: 50px;
}
/* banner */
.banner { width: 100%; min-width:1200px;height:680px; overflow: hidden; position: relative; text-align: center;background:#fff!important;}
.banner:hover .ctrl { width: 1200px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height:680px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }
/*banner2*/
.bxslider{
	min-width:1200px;
}
.bxslider li{
	height:680px;
}
.bxslider li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.index_lm{
	width:1200px;
	overflow:hidden;
}
.index_lm li{
	width:190px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	transition:0.6s;
}
.index_lm li a{
	display:block;
	overflow:hidden;
}
.index_lm li h3{
	display:block;
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:2px solid #ccc;
}
.index_lm li img{
	max-width:100%;
	height:auto;
	display:block;
	margin-top:10px;
}
.index_lm li p{
	display:block;
	color:#333;
	line-height:25px;
	margin-top:10px;
	font-size: 14px;
}
.index_lm li .detail{
	display:block;
	width:80px;
	height:25px;
	border:1px solid #ccc;
	text-align:center;
	line-height:25px;
	color:#666;
	margin-top:10px;
	transition:0.6s;
}
.index_lm li:hover .detail{
	border-color:#6699ff;
	background:#6699ff;
	color:#fff;
}

#so{
	display:block;
	float:right;
	overflow: hidden;
	margin-left: 25px;
	height: 85px;
}
#so span,#so i,#so a{
	font-size:18px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin-top: 22.5px;
	background: #26A651;
	cursor: pointer;
	text-transform: uppercase;
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:85px;
	right:0px;
	z-index:99999;
	padding:10px;
	display:none;
	border:1px solid #ccc;
}
#search_box:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-bottom-color: #f0f0f0;
	right:0px;
}
#hot_l{
	width:830px;
	float: left;
	overflow:hidden;
	line-height: 40px;
}
#hot_l #hot{
	display:block;
	float:left;
	font-size: 16px;
	/* font-weight: bold;
	padding-left: 35px;
	background: url(/web/pic/hot.png) left center no-repeat; */
}
#hot_l a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* padding: 0 5px 0 5px; */
	margin-left: 20px;
	/* font-size: 15px; */
	/* border-right:1px solid rgba(255,255,255,0.5);
	line-height:14px;
	height:14px; */
}
#others{float:right;}
#others ul{}
#others ul li{float:left;line-height:55px;font-size:14px;margin-left: 15px;}
#others ul li a{color:#fff;}
#others ul li a:hover{color:#ff0000;}
/* #cn{background:url(../images/cn.jpg) left center no-repeat;padding-left:40px;margin-right:10px;}
#en{background:url(../images/en.jpg) left center no-repeat;padding-left:40px;} */
#other{
	height:55px;
	position:relative;
	cursor:pointer;
	float:right;
	z-index: 999999999;
	margin-left: 25px;

}
#other p{
	display:block;
	cursor:pointer;
	/* background: #444;
	padding: 0 10px; */
	transition: 0.6s;
	line-height: 55px;
	color: #fff;
}
#other p span{
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
#other p i{
	font-size:18px;
}
#other p .fa-dribbble{
	margin-right: 10px;
}
#other p .fa-angle-down{
	margin-left: 10px;
}
#other ul{
	position:absolute;
	right:0;
	top:55px;
	width:100%;
	display:none;
	background:#666;
	z-index:9999999;
}
#other ul li{
	line-height:40px;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
#other ul li a{
	color:#fff;
	display:block;
	transition:0.6s;
}
#other:hover ul{
	display:block;
}

/*首页产品循环*/
.index_pro{
	margin-top:40px;
	overflow:hidden;
}
.index_pro ul{
	width:1250px;
	overflow:hidden;
}
.index_pro ul li{
	width:285px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
.index_pro ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	border:1px solid #ccc;
}
.index_pro ul li:hover img{
	border-color:#0000FE;
}
.index_pro ul li h3{
	display:block;
	margin-top:10px;
}
.index_pro ul li h3 a{
	font-weight:normal;
	font-size:14px;
}
#top_tel{
	overflow: hidden;
	float: left;
}
#top_tel i{
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
}
#top_email{
	float: right;
	margin-top: 18px;
	padding-left: 50px;
	background: url(/web/pic/e.png) left center no-repeat;
	min-height: 45px;
	/* line-height: 25px; */
	color: #D9271D;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top_email a{
	color: #D9271D;
}



#footer_nav{
	overflow:hidden;
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	color: #fff;
	margin: 0 50px 0 0;
	font-size: 16px;
	/* margin-right: 30px; */
	/*border-right:1px solid #ccc;
	margin-right: 5px;
	padding-right: 5px;
	margin-left: 60px; */
}
#footer_nav a:last-child{
	/* padding-right:0!important;
	border:none!important;
	margin-right: none!important;
	background: none!important; */
}
#footer_nav a:hover{
	text-decoration: underline;
	/* color: #fff; */
}
/*选项卡1*/
#slideBox1{
	overflow:visible;
}
#slideBox1 .hd{
	overflow: hidden;
}
#slideBox1 .hd ul{
	overflow: hidden;
	width: 1250px;
}
#slideBox1 .hd ul li{
	float: left;
	width: 190px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	margin-right: 12px;
	background: #fff;
	text-align: center;
}
#slideBox1 .hd ul li a{
	font-size: 18px;
	display: block;
	line-height: 55px;
}
#slideBox1 .hd ul li a::before{
	/* content: "●";
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: top;
	color: #888; */
}
#slideBox1 .hd ul li.on a::before{
	/* color: #fff; */
}
#slideBox1 .hd ul li.on{
	background:#E70012;
	color: #fff;
}
#slideBox1 .hd ul li.on a{
	/*
	background: #D4000C; */
	color: #fff;
}

#slideBox1 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #045EAC;
	position: absolute;
	left:0;
	top:100%;
	margin-top: -2px; */
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #F88C41;
	left: 50%;
	margin-left: -10px; */
}
#slideBox1 .bd{
	overflow:visible;
}
#slideBox1 .bd ul{
	width: auto;
	overflow: visible;
}
/* #slideBox1 .bd ul dl{
	overflow: hidden;
}
#slideBox1 .bd ul dl dt{
	width: 585px;
	float: left;
	overflow: hidden;
}
#slideBox1 .bd ul dl dt img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
#slideBox1 .bd ul dl dd{
	width: 515px;
	float: right;
	overflow: hidden;
	padding-top: 60px;
}
#slideBox1 .bd ul dl dd .num{
	overflow: hidden;
	font-size: 32px;
	font-weight: bold;
}
#slideBox1 .bd ul dl dd .title{
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
#slideBox1 .bd ul dl dd .desc{
	font-size: 16px;
	overflow: hidden;
	margin-top: 20px;
	line-height: 35px;
}
#slideBox1 .bd ul dl dd .detail{
	overflow: hidden;
	margin-top: 40px;
}
#slideBox1 .bd ul dl dd .detail a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FF4401;
	color: #FF4401;
	transition: 0.6s;
}
#slideBox1 .bd ul dl dd .detail a:hover{
	background: #FF4401;
	color: #fff;
} */
/* #slideBox1 .bd ul li{
	width: 365px;
	float: left;
	margin-top: 25px;
	margin-right: 17.5px;
	margin-left: 17.5px;
	overflow: visible;
	text-align: center;
}
#slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
#slideBox1 .bd ul li .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
	transition:box-shadow .2s linear;
}
#slideBox1 .bd ul li h3{
	display: block;
	overflow: hidden;
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
}
#slideBox1 .bd ul li:hover .pic{
	border-color: #004080;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
#slideBox1 .bd ul li:hover img{
	transform: scale(1.1);
} */

/*选项卡2*/

.slideBox2{
	margin-top:50px;
	overflow:hidden;
}
.slideBox2 .hd{

}
.slideBox2 .hd ul{
	width:100%;
	overflow:hidden;
	border-left:1px solid #ccc;
}
.slideBox2 .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
}
.slideBox2 .hd ul li a{
	display:block;
}
.slideBox2 .bd{
	border:1px solid #ccc;
}
.slideBox2 .bd ul{
	padding:10px;
	overflow:hidden;
}
/*选项卡3*/
.slideBox3{
	overflow:hidden;
}
.slideBox3 .hd{
	overflow:hidden;
	width:265px;
	float: left;
}
.slideBox3 .hd ul{
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	background: #F6F6F6;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	padding-top: 19.5px;
	padding-bottom: 19.5px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	position: relative;
}
.slideBox3 .hd ul li a{
	display: block;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.slideBox3 .hd ul li i{
	font-size: 18px;
	position: absolute;
	right:20px;
	top:50%;
	margin-top: -9px;
}
/*.slideBox3 .hd ul li a span.iconfont{
	float: right;
	margin-right: 25px;
	font-size: 18px;
}
.slideBox3 .hd ul li span{
	margin-right: 15px;
	font-size: 18px;
} */
.slideBox3 .hd ul li.on{

}
.slideBox3 .hd ul li.on a{
	color: #6699ff;
}
/*
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#113653;
} */
.slideBox3 .bd{
	width:920px;
	overflow: hidden;
	float: right;
}
.slideBox3 .bd ul{
	overflow: hidden;
}

/*选项卡1*/
.slideBox4{
	margin:0px auto;
	overflow:hidden;
}
.slideBox4 .hd{
	overflow:visible;
	position: absolute;
	left:0;
	bottom:0;
}
.slideBox4 .bd{
	overflow: hidden;

}
.slideBox4 .tempWrap{
	float: left;
}
.slideBox4 .bd ul{
	overflow:hidden;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox4 .pageState{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 50px;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	letter-spacing: 6px;
}
.slideBox4 .pageState:after{
	content: "";
	width: 555px;
	height: 1px;
	display: block;
	background: #ccc;
	left:50px;
	top:50%;
	margin-top: -12.5px;
	position: absolute;
}
.slideBox4 .pageState span{
	color: #f5821f;
}
.slideBox4 .prev,.slideBox4 .next{
	overflow: hidden;
	float: left;
	width: 23px;
	height: 13px;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}
.slideBox4 .prev{
	float:left;
	background: url(/web/pic/l.png) no-repeat;
}
.slideBox4 .prev:hover{
	background: url(/web/pic/ll.png) no-repeat;
}
.slideBox4 .next{
	background: url(/web/pic/r.png) no-repeat;
}
.slideBox4 .next:hover{
	background: url(/web/pic/rr.png) no-repeat;
}
/*--和第1种一样--*/
#slideBox5{
	overflow:hidden;
	width: 730px;
	float: left;
}
#slideBox5 .hd{
	overflow:visible;
	height: 45px;
	border-bottom: 1px solid #ddd;
}
#slideBox5 .hd .more{
	float: right;
	display: block;
	margin-top: 10px;
}
#slideBox5 .hd .more a{
	color: #6699ff;
}
#slideBox5 .hd .more a i{
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background: #6699ff;
	margin-left: 8px;
	color: #fff;
}
#slideBox5 .hd ul{
	overflow: hidden;
	float: left;
}
#slideBox5 .hd ul li{
	float: left;
	margin-right: 40px;
	position: relative;
	height: 40px;
}
#slideBox5 .hd ul li a{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#slideBox5 .hd ul li.on:after{
	/* content: "";
	width: 100%;
	height: 1px;
	background: #ff4400;
	position: absolute;
	left:0;
	bottom:0; */
}

#slideBox5 .hd ul li.on a{
	color: #6699ff;
	/* font-weight: bold; */
}
#slideBox5 .bd{
	overflow:hidden;
}
#slideBox5 .bd ul{
	overflow: hidden;
}
/*文字左右滚动*/
.txt-left{
	width:995px;
	position:relative;
	float:left;
	margin-left:20px;
}
.txt-left .hd{
	overflow:hidden;
	float:left;
	width:25px;
	margin-right:20px;
	display:none;
}
.txt-left .hd .prev,.txt-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	background:url("../images/icoLeft.gif") no-repeat;
}
.txt-left .hd .next{
	background:url("../images/icoRight.gif") no-repeat;
	margin-left:10px;
}
.txt-left .bd .tempWrap{
	width:900px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txt-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.txt-left .bd ul li{
	margin-right:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-align:left;
	_display:inline;
	width:auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txt-left .bd ul li span{
	color:#999;
	margin-left:10px;
}

/* 图片向左滚动*/
.picMarquee-left{
	width:auto!important;
	overflow:hidden;
}
.picMarquee-left .hd{
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
	display:none;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next{
	background-position:0 -50px;
}
.picMarquee-left .hd .prevStop{
	background-position:-60px 0;
}
.picMarquee-left .hd .nextStop{
	background-position:-60px -50px;
}
.picMarquee-left .bd{
	overflow:hidden;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	width:220px!important;
	float:left;
	_display:inline;
	overflow:hidden;
	position: relative;
	margin-right: 20px;
}
.picMarquee-left .bd ul li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.picMarquee-left .bd ul li:hover img{
	transform: scale(1.1);
}
.picMarquee-left .bd ul li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(243,178,146,0.5);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	text-align: center;
}
.picMarquee-left .bd ul li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.picMarquee-left .bd ul li a i{
	font-size:26px;
	display:block;
	margin:20% auto 0 auto;
	color: #fff!important;
}
.picMarquee-left .bd ul li a h3{
	font-size:18px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin-top: 10%;
	padding: 0 10px;
}
/* 本例子css */
.picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;}
.picMarquee-top .hd{ overflow:hidden;display: none;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:50px; height:50px; float:right; margin-left:10px; margin-top:10px;  overflow:hidden;cursor:pointer; text-align: center;background:#fff;color: #951F1F;}
.picMarquee-top .hd .prev i,.picMarquee-top .hd .next i{
	font-size: 40px;
	line-height: 50px;
}
.picMarquee-top .hd .next{ background:#951F1F;color: #fff;}
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{zoom:1;margin-top:10px;overflow: hidden;text-align: center;}
.picMarquee-top .bd ul li .pic{ text-align:center; height:210px;overflow:hidden;border: 10px solid #fff;display: block;}
.picMarquee-top .bd ul li .pic img{ width:100%; height:auto; display:block; }
.picMarquee-top .bd ul li .title{
	overflow: hidden;
	margin-top: 10px;
}

/*---平行四边形-----*/

.pingxing {
	/* display:inline-block;
	*display: inline;
	*zoom:1;
	padding: 0px 20px; */
	display: block;
	float: left;
	overflow: hidden;
	background:#F48221;
	transform: skew(-40deg);
	height:65px;
	width: 100%;
}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF, .boxS, .boxT, .overlay
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}
.boxF, .boxS
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}
.boxF
{
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position:absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.boxS
{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.boxT
{

	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}
.overlay
{
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}
.overlay:hover
{
	background-color: rgba(0,0,0,0.3);
}
.boxT:hover .overlay
{
	display: block;
}
.overlay .name{
	display: inline-block;
	position: absolute;
	top: 65px;
	left:0;
	font-size:32px;
	text-align:center;
	color:#009fe8;
	width:100%;
}
/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing{
	width:100%;
	overflow:hidden;
	height:325px;
	position:relative;
}
#lingxing li{
	position:absolute;
	width:220px;
	height:220px;
	overflow:hidden;
}
#lingxing li .kuang{
	display:block;
	width:152.5px;
	height:152.5px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:1;
	background: rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
	transition: 1s;
}
#lingxing li:hover .kuang{
	filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
#lingxing li a{
	display:block;
	width:152.5px;
	height:152.5px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	z-index:10;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:31px;
	left:31px;
	border:2px solid #ccc;
}
#lingxing li img{
	max-width:100%;
	height:auto;
	display:block;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#lingxing li h4{
	font-size:18px;
	font-weight:normal;
	position:absolute;
	z-index:5;
	left:50%;
	bottom:60px;
	width:120px;
	text-align:center;
	margin-left:-60px;
	word-break:break-word;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);

	color:#fff;
}
#lingxing #li1{
	left:1px;
	top:1px;
}
#lingxing #li2{
	left:216px;
	top:1px;
}
#lingxing #li3{
	left:432px;
	top:1px;
}
#lingxing #li4{
	left:648px;
	top:1px;
}
#lingxing #li5{
	left:864px;
	top:1px;
}
#lingxing #li6{
	left:108px;
	top:108px;
}
#lingxing #li7{
	left:324px;
	top:108px;
}
#lingxing #li8{
	left:540px;
	top:108px;
}
#lingxing #li9{
	left:756px;
	top:108px;
}
#lingxing #li10{
	left:972px;
	top:108px;
}
#shuzi_zone ul{
	overflow:hidden;
	width:1250px;
}
#shuzi_zone ul li{
	width:180px;
	float:left;
	margin-right:20px;
	text-align:center;
	overflow:hidden;
}
#shuzi_zone ul li .ico{
	display:block;
	margin:0px auto;
}
#shuzi_zone ul li h3{
	display:block;
	font-size:36px;
	margin-top:40px;
	font-family:Arial;
}
#shuzi_zone ul li .line{
	display:block;
	width:30px;
	height:2px;
	background:#666;
	margin:15px auto 0 auto;
}
#shuzi_zone ul li p{
	display:block;
	margin-top:15px;
	line-height:25px;
}
/* 本例子css */
.txtMarquee-top{
	overflow:visible;
	position:relative;
}
.txtMarquee-top .hd{ overflow:hidden;position: absolute;right:0;top:-90px;display:none;}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{
	display:block;
	width:35px;
	height:35px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.txtMarquee-top .hd .prev{
	background: #DFDFDF;
}
.txtMarquee-top .hd .next{
	background: #028CD7;
}
.txtMarquee-top .bd{}
.txtMarquee-top .bd ul{}
.txtMarquee-top .bd ul li{overflow:hidden;}
#index_fenlei{
	overflow:hidden;
}
#index_fenlei dl{
	overflow:hidden;
	float: left;
	width: 400px;
	height:170px;
	padding: 0 15px;
}
#index_fenlei dl:nth-child(even){
	background: #F9F7F8;
}
#index_fenlei dl dt{
	height:170px;
	float:left;
	overflow:hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	width: 120px;
}
#index_fenlei dl dd{
	margin-left: 130px;
	height:170px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	font-size: 24px
}

#liucheng{
	overflow:hidden;
	text-align: center;
}
#liucheng li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 160px;
	height: 160px;
	border: 1px solid #D9271D;
	overflow: visible;
	margin: 0 45px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	vertical-align: top;
	transition: 0.6s;
}
#liucheng li:hover{
	background: #D9271D;
}
#liucheng li:hover h3{
	color: #fff;
}
#liucheng li:hover:after{
	background: url(/web/pic/jiantou2.png) center center no-repeat;
}
#liucheng li:after{
	content: "";
	width: 27px;
	height: 22px;
	position: absolute;
	left:100%;
	top:50%;
	margin-top: -11px;
	margin-left: 31.5px;
	background: url(/web/pic/jiantou.png) center center no-repeat;
}
#liucheng #li4,
#liucheng #li7{
	margin-right: 0;
}
#liucheng #li4:after,
#liucheng #li7:after{
	display: none;
}
#liucheng li .pic{
	display: block;
	margin: 30px auto 0 auto;
	position: relative;
	width: 60px;
	height: 60px;
}
#liucheng li .pic img{
	display:block;
	margin: 0px auto;
	max-width: 100%;
	height: auto;
	position: absolute;
	left:0;
	top:0;
	transition: 0.6s;
}
#liucheng li .pic .tu1{
	z-index: 2;
}
#liucheng li .pic .tu2{
	z-index: 1;
	display: none;
}
#liucheng li:hover .tu1{
	display: none;
}
#liucheng li:hover .tu2{
	display: block;
}
#liucheng li .xia,#liucheng li p{
	display:block;
	margin-top:15px;
}
#liucheng li .xia .num{
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-right: 5px;
	vertical-align: middle;
}
#liucheng li h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #D9271D;
	margin-top: 10px;
}


#ny_zlm_zone{
	background:#f9f9f9;
	padding:15px 0;
	border-bottom:1px solid #ccc;
	min-width: 1200px;
	margin: 0px auto;
}
.ny_zlm{
	overflow:hidden;
	text-align:center;
}
.ny_zlm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:40px;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 15px;
	padding:0 20px;
	transition:0.6s;
}

/*滚动新版可以循环*/
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow: hidden;
	text-align: center;
}
.scroll .item1 a{
	display: block;
	overflow: hidden;
}
.scroll .item1 .pic{
	display:block;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: 0.6s;
}
.scroll .item1:hover .pic{
	border-color: #CF1C08;
}
.scroll .item1 img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item1:hover .pic img{
	transform: scale(1.1);
}
.scroll .item1 .xia{
	overflow: hidden;
	padding: 20px;
}
.scroll .item1 h3{
	font-size: 18px;
	transition: 0.6s;
	display: block;
	font-weight: normal;
	margin-top: 20px;
}
.scroll .item1 p{
	display: block;
	overflow: hidden;
	margin-top: 15px;
	/* height: 50px;
	line-height: 25px; */
	color: #666;
	text-decoration: underline;
}
.scroll .item1 .time{
	display: block;
	margin-top: 20px;
	color: #26A651;
}

/*--------标题浮动在图片上-------*/
.scroll .item2{
	overflow: hidden;
	padding: 60px 70px 0 70px;
}
.scroll .item2 .pic{
	display: block;
	overflow: hidden;
	position: relative;
}
.scroll .item2 img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.scroll .item2:hover img{
	transform: scale(1.1);
}
.scroll .item2 a{
	display:block;
	overflow:hidden;
}
.scroll .item2 .zhezhao{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left:0;
	top:0;
	background: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.scroll .item2 .zhezhao i{
	font-size: 60px;
	color: rgba(255, 255, 255, 0.9);
}
.scroll .center.active .item2 .zhezhao{
	/* background: rgba(0,0,0,0.5); */
}
.scroll .item2 h3{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	/* margin-top: 15px; */
}
.scroll .item2 p{
	display: block;
	color: #666;
	line-height: 25px;
	margin-top: 30px;
}
.scroll .item2 .xia{
	overflow: hidden;
	margin-top: 50px;
}
.scroll .item2 .time{
	float: left;
}
.scroll .item2 .detail{
	float: right;
}
/*-----普通的样式-----*/
.scroll .item3{
	overflow:visible;
	text-align: center;
	transition: 0.6s;
}
.scroll .item3:hover{
	/* box-shadow:0 0px 10px rgba(0,0,0,.18); */
}
.scroll .item3 a{
	display: block;
	overflow: hidden;
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	border: 1px solid #ddd;
}
.scroll .item3:hover .pic{
	/* box-shadow:0 0px 15px rgba(0,0,0,.18); */
	border-color: #0B6BA7;
}
.scroll .item3:before{
	/* content: "";
	width: 34px;
	height: 34px;
	background: url(/web/pic/hot.png) no-repeat;
	position: absolute;
	top:-3px;
	left:-3px;
	z-index: 10;
	overflow: hidden;
	display: block; */
}
.scroll .item3 img{
	max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

.scroll .item3:hover img{
	transform:scale(1.1);
}
.scroll .item3 .xia{
	overflow: hidden;
	height: 65px;
	background: #fff;
	padding: 0 15px;
	line-height: 65px;
}
.scroll .item3:hover .xia{
	/* background: #133984;
	color: #fff; */
}
.scroll .item3:hover .xia .iconsousuo{
	color: #fff;
	border-color: #fff;
}
.scroll .item3 .txt{
	width: 450px;
	float: left;
	padding-right: 30px;
	overflow: hidden;
}
.scroll .item3 h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight: normal;
	/* color: #fff; */
	margin-top: 15px;
}
.scroll .item3 .iconsousuo{
	font-size: 24px;
	float: right;
	width: 55px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	border-left: 1px solid #ccc;
}
.scroll .item3 .line{
	width: 50px;
	height: 2px;
	display: block;
	background: #0186D3;
	margin: 15px 0 0 0;
}
.scroll .item3 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:15px;
	line-height: 25px;
	text-align: left;
	padding: 0 25px;
}
.scroll .item3 .detail{
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.scroll .item3 .detail i{
	width: 25px;
	height: 25px;
	margin-right: 2.5px;
	background: #3BA6D0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	/* vertical-align: middle; */
	margin-left: 20px;
}
.scroll .item3 .time{
	display: block;
	color: #999;
	margin-top: 20px;
	font-size: 12px;
}
.scroll .item3 i{
	float: right;
	font-size: 20px;
}

/*---鼠标经过遮罩层---*/
.scroll .item4{
	overflow:hidden;
	position:relative;
	/* text-align: center; */
	/* border: 1px solid #ccc; */
}
.scroll .item4:hover{
	/* border-color: #E50112; */
}
.scroll .item4 a{
	display: block;
	overflow: visible;
}
.scroll .item4 .pic{
	position: relative;
	display: block;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}
.scroll .item4 img{
	max-width: 100%;
	height: auto;
	display:block;
	transition:0.6s;
}
.scroll .item4:hover img{
	transform:scale(1.1);
}

.scroll .item4 .zhezhao{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:url(/web/pic/see.png) center center no-repeat rgba(0, 0, 0, 0.5);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 30px;
	/* display: flex;
  justify-content:center;
  align-items:Center; */
}
.scroll .item4:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.scroll .item4 a .kuang{
	width:100%;
	height:100%;
	display:block;
	border:1px solid #fff;
	padding: 0 15px;
	background: url(/web/pic/see.png) center center no-repeat;
}
/* .scroll .item4 a i,.scroll .item4 a .iconfont{
	font-size:18px;
	line-height:30px;
	width:30px;
	height:30px;
	display:block;
	margin:30px auto 0 auto;
	background:#fff;
	color: #D9271D;
}
.scroll .item4 .zhezhao h4{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
	line-height: 25px;
} */
.scroll .item4 a h3{
	font-size:18px;
	display:block;
	font-weight:normal;
	color:#fff;
	position: absolute;
	left:0px;
	bottom:0px;
	z-index: 99;
	transition: 0.7s;
	width: 100%;
	overflow: hidden;
	padding: 30px;
}
.scroll .item4:hover a h3{
	transform: translateY(-30px);
	border-bottom: 1px solid #fff;
}
.scroll .item4 .time{
	width: 80px;
	height:80px;
	position: absolute;
	z-index: 5;
	top:0;
	right: 0;
	color: #fff;
	background: #027000;
}
.scroll .item4 .time span{
	display: block;
}
.scroll .item4 .time .ri{
	font-size: 36px;
	font-weight: bold;
	margin-top: 8px;
}
/*第5种*/
.scroll .item5{
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}
.scroll .item5 a{
	display: block;
	overflow: hidden;
}
.scroll .item5 .pic{
	display: block;
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	position: absolute;
	left:40px;
	top:0;
	z-index: 10;
}
.scroll .item5 .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item5 .xia{
	width: 100%;
	height: 250px;
	background: #fff;
	padding: 70px 45px 0 45px;
	overflow: hidden;
}
.scroll .item5 h3{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.scroll .item5 .title{
	overflow: hidden;
	margin-top: 5px;
	color: #999;
}
.scroll .item5 .desc{
	overflow: hidden;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}






.scroll .owl-prev,.scroll .owl-next{
	position:absolute;
	width:45px;
	height:45px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	z-index:20;
	top:50%;
	margin-top: -22.5px;

	transition: 0.6s;
	background: #6A6869;
}
.scroll .owl-prev .iconfont,
.scroll .owl-next .iconfont{
	line-height: 45px;
	font-size: 22px;
	color:#fff;
}
.scroll .owl-next .iconfont{
	margin-left: 3px;
}
.scroll .owl-prev:hover .fa,.scroll .owl-next:hover .fa{
	color:#fff;
}

.scroll .owl-prev{
	left:-70px;
}
.scroll .owl-next{
	right:-70px;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.scroll .owl-dots .owl-dot{
	width:10px;
	height:10px;
	-moz-border-radius: 100%;      /* Gecko browsers */
  -webkit-border-radius: 100%;   /* Webkit browsers */
  border-radius:100%;            /* W3C syntax */
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
	background: #999;
}
.scroll .owl-dots .owl-dot.active{
	background: #CF1C08;
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}

/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist dl dt{
	height:50px;
	line-height:50px;
	display:block;
	background:#f0f0f0;
	padding-left:20px;
	cursor:pointer;
}
#faqlist i{
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	text-align:center;
	font-size:18px;
	margin-top:12.5px;
	transition:0.6s;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
}
/* 放大渐变可能用的上 */
.texiao{
	animation-name: texiaodonghua;
  animation-duration: 2s;
  animation-timing-function: linear;
	animation-iteration-count:infinite;
}
@keyframes texiaodonghua { 
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform:scale(1.4);
		-webkit-transform: scale(1.4);
		filter:alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity: 0;
		opacity: 0;
	}
}
/* 视频部分不要删除 */
#video {
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	/* object-fit: fill; */
}
.VideoBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 80px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.VideoBtn img{
	cursor: pointer;
	z-index: 10;
	width: 56px;
	height: 55px;
	display: block;
	margin: 0px auto;
}

#joblist{
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#joblist dl{
	overflow:hidden;
}
#joblist dl dt{
	cursor:pointer;
	border-top:1px solid #ddd;
	overflow:hidden;
	padding:30px 0;
	line-height:30px;
	width:100%;
}
#joblist dl dt.open{
	border-bottom:1px solid #ddd;
}
#joblist dl dt .dt1{
	width:320px;
	float:left;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
}
#joblist dl dt .dt2,#joblist dl dt .dt3,#joblist dl dt .dt4{
	width:250px;
	float:left;
	overflow:hidden;
	font-size:17px;
	color:#777;
}
#joblist i{
	float:right;
	line-height:30px;
	font-size:30px;
	margin-right:20px;
	color:#777;
	transition:0.6s;
}
#joblist dd{
	padding:30px 0;
	overflow:hidden;
	line-height:30px;
	display:none;
}
#joblist dl dt.open i{
	transform:rotate(180deg);
}
#joblist dl dd .jianli_btn a{
	display:block;
	width:150px;
	height:50px;
	background:url(/web/pic/delivery.png) 15px center no-repeat #333;
	color:#fff;
	font-size:18px;
	padding-left:60px;
	margin-top:40px;
	line-height:50px;
}

/*临时*/
.slideBox3 .bd ul{
	width: 1000px;
	overflow: hidden;
}
.slideBox3 .bd ul li{
	width: 295px;
	float: left;
	overflow: hidden;
	margin-right: 17.5px;
}
.slideBox3 .bd ul li .pic{
	display: block;
	overflow: hidden;
}
.slideBox3 .bd ul li .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.slideBox3 .bd ul li:hover .pic img{
	transform: scale(1.1);
}
.slideBox3 .bd ul li h3{
	display: block;
	height: 55px;
	overflow: hidden;
	padding: 0 10px;
	line-height: 55px;
	font-size: 16px;
	font-weight: normal;
	background: #F6F6F6;
}
.slideBox3 .bd ul li h3 i{
	width: 22px;
	height: 22px;
	float: right;
	background: #797979;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-top: 16.5px;
}
.slideBox3 .bd ul li:hover h3 i{
	background: #6599FF;
}
#footer_r{
	padding: 45px 20px 0 20px;
	color: #fff;
	overflow: hidden;
}
#footer_btn{
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	background: #fff;
}
#footer_btn a{
	font-size: 16px;
	display: block;
	color: #6699ff;
}
#footer_btn a .iconfont{
	font-size: 34px;
	vertical-align: middle;
	margin-right: 10px;
}
#footer_tel{
	overflow:hidden;
	padding-left:50px;
	background:url(/web/pic/t2.png) left center no-repeat;
	min-height: 40px;
	margin-top: 25px;
}
#footer_tel .shang{
	display:block;
	overflow: hidden;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 26px;
}
#footer_tel .xia{
	overflow:hidden;
	display: block;
	/* font-size:30px; */
	color: #fff;
}
#footer_dizhi{
	margin-top: 15px;
}
#footer_ewm{
	margin-top: 25px;
}

